extension: make rgb8 to rgba8 conversion faster
authorØyvind Kolås <pippin@gimp.org>
Sun, 29 Jun 2014 18:15:11 +0000 (20:15 +0200)
committerØyvind Kolås <pippin@gimp.org>
Sun, 29 Jun 2014 18:27:17 +0000 (20:27 +0200)
commit721cc3f835fc506694aa1a4ad186471093634a5e
treef56a257ed7f66556395ec63c707fc6ba38d2b7fe
parent413e7f19546f9730930e69b0bb3cc07651cb0a59
extension: make rgb8 to rgba8 conversion faster

For all pixels but the last one, do a 32bit load/store + 8bit immediate store
instead of byte by byte copying.
extensions/gggl.c